home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_354 / mxmlib / library.fd < prev    next >
Text File  |  1992-05-06  |  2KB  |  47 lines

  1. ##base _MXMBase
  2. ##bias 30
  3. ##public
  4. AllocRem(ByteSize,Requirements)(d0,d1)
  5. FreeRem(MemoryBlock)(a0)
  6. CreateFuncTask(TaskName,Priority,InitialPC,StackSize)(a0,d0,a1,d1)
  7. DeleteFuncTask(Task)(a0)
  8. CreateFuncProc(Name,Priority,InitCode,StackSize)(a0,d0,a1,d1)
  9. MovePointer(mp_Screen,mp_Button,mp_X,mp_Y)(a0,d0,d1,d2)
  10. WriteConsole(wc_Window,wc_String)(a0,a1)
  11. DeletePrinterSupport(Support)(a0)
  12. CreatePrinterSupport(RastPort,ViewPort,LeftEdge,TopEdge,Width,Height,Large)(a0,a1,d0,d1,d2,d3,d4)
  13. StartPrinterDump(Support,WaitUntilDone)(a0,d0)
  14. StopPrinterDump(Support,WaitUntilDone)(a0,d0)
  15. DeleteTimer(TimeRequest)(a0)
  16. CreateTimer(Unit)(d0)
  17. WaitForTimer(TimeRequest,TimeVal)(a0,a1)
  18. TimeDelay(Seconds,Micros,Unit)(d0,d1,d2)
  19. KeyConvert(kc_IMsg)(a0)
  20. InvertKey(ik_Code,ik_Event,ik_Command,ik_ExtraInfo)(d0,a0,d1,a1)
  21. EraseGadget(RPort,Gadget,Colour)(a0,a1,d0)
  22. RefreshGadget(Gadget,Window)(a0,a1)
  23. GetLongInt(Gadget)(a0)
  24. SetLongInt(Gadget,Val)(a0,d0)
  25. GetGadgetString(Gadget)(a0)
  26. SetGadgetString(Gadget,String)(a0,a1)
  27. GetToggleGadget(Gadget)(a0)
  28. SetToggleGadget(Gadget,State)(a0,d0)
  29. SetWaitPointer(Window)(a0)
  30. PopRequest(pr_ParentWindow,pr_TitleText,pr_BodyText,pr_PosText,pr_NegText,pr_Default,pr_ExtraInfo)(a0,a1,a2,a3,d0,d1,d2)
  31. PopMenu(menu,win)(a0,a1)
  32. Announce()
  33. CheckSumCRC()(a0,d0)
  34. CheckSumSimple(Block,Size)(a0,d0)
  35. CryptBlock(Block,Length,String)(a0,d0,a1)
  36. IsASCII(c)(d0)
  37. IsPrintable(c)(d0)
  38. ToUpper(c)(d0)
  39. UStrCmp(s,t)(a0,a1)
  40. Random(MaxValue)(d0)
  41. FindFileWindow(Handle)(a0)
  42. DeleteHiddenRPort(RastPort)(a0)
  43. CreateHiddenRPort(Width,Height,Depth)(d0,d1,d2)
  44. EnableWindow(Window)(a0)
  45. DisableWindow(Window)(a0)
  46. ##end
  47.